home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TSIPGATEWAYSFORM / TSIPGATEWAYSFORM.txt
Text File  |  2010-10-15  |  3KB  |  142 lines

  1. object SIPGatewaysForm: TSIPGatewaysForm
  2.   Left = 213
  3.   Top = 169
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'SIP Gateways'
  6.   ClientHeight = 386
  7.   ClientWidth = 643
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GatewayPanel: TTntPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 643
  26.     Height = 386
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object SIPGatewayList: TExtListViewManagement
  31.       Left = 0
  32.       Top = 0
  33.       Width = 643
  34.       Height = 359
  35.       RowSelect = True
  36.       AutoColumnSort = acsSortToggle
  37.       AutoSortStyle = assDefault
  38.       NoColumnResize = False
  39.       ShowSortArrows = True
  40.       Align = alClient
  41.       Columns = <
  42.         item
  43.           Caption = 'Title'
  44.           Width = 180
  45.         end
  46.         item
  47.           Caption = 'Server'
  48.           Width = 180
  49.         end
  50.         item
  51.           Caption = 'User'
  52.           Width = 110
  53.         end
  54.         item
  55.           Caption = 'Active'
  56.           Width = 80
  57.         end
  58.         item
  59.           Caption = 'Registered'
  60.           Width = 80
  61.         end>
  62.       ReadOnly = True
  63.       HideSelection = False
  64.       MultiSelect = True
  65.       PopupMenu = ConfigForm.ListViewPopup
  66.       TabOrder = 0
  67.       ViewStyle = vsReport
  68.       SmallImages = ConfigForm.SmallImageList
  69.       ButtonAdd = AddButton
  70.       ButtonEdit = ChangeButton
  71.       ButtonDelete = DeleteButton
  72.       OnItemDisplay = SIPGatewayListItemDisplay
  73.       OnItemAdd = SIPGatewayListItemAdd
  74.       OnItemEdit = SIPGatewayListItemEdit
  75.       OnItemDelete = SIPGatewayListItemDelete
  76.       OnUpdateButtons = SIPGatewayListUpdateButtons
  77.     end
  78.     object BottomPanel: TTntPanel
  79.       Left = 0
  80.       Top = 359
  81.       Width = 643
  82.       Height = 27
  83.       Align = alBottom
  84.       BevelOuter = bvNone
  85.       TabOrder = 1
  86.       object AddButton: TTntButton
  87.         Left = 3
  88.         Top = 3
  89.         Width = 72
  90.         Height = 23
  91.         Caption = 'Add...'
  92.         TabOrder = 0
  93.       end
  94.       object ChangeButton: TTntButton
  95.         Left = 78
  96.         Top = 3
  97.         Width = 72
  98.         Height = 23
  99.         Caption = 'Edit...'
  100.         Enabled = False
  101.         TabOrder = 1
  102.       end
  103.       object DeleteButton: TTntButton
  104.         Left = 228
  105.         Top = 3
  106.         Width = 72
  107.         Height = 23
  108.         Caption = 'Delete'
  109.         Enabled = False
  110.         TabOrder = 3
  111.       end
  112.       object SaveButton: TTntButton
  113.         Left = 303
  114.         Top = 3
  115.         Width = 72
  116.         Height = 23
  117.         Caption = 'Save...'
  118.         TabOrder = 4
  119.         OnClick = SaveButtonClick
  120.       end
  121.       object LoadButton: TTntButton
  122.         Left = 378
  123.         Top = 3
  124.         Width = 72
  125.         Height = 23
  126.         Caption = 'Load...'
  127.         TabOrder = 5
  128.         OnClick = LoadButtonClick
  129.       end
  130.       object CopyButton: TTntButton
  131.         Left = 153
  132.         Top = 3
  133.         Width = 72
  134.         Height = 23
  135.         Caption = 'Copy...'
  136.         TabOrder = 2
  137.         OnClick = CopyButtonClick
  138.       end
  139.     end
  140.   end
  141. end
  142.